From bd6b52a4fafeb4839c02b2607d81729972cc9a90 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 10 Apr 2007 04:01:05 +0000 Subject: [PATCH] (top-level): Move (require 'tempo) to start to quieten byte-compiler. --- lisp/progmodes/dcl-mode.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/progmodes/dcl-mode.el b/lisp/progmodes/dcl-mode.el index 618de7a3345..bdec1bf9ef4 100644 --- a/lisp/progmodes/dcl-mode.el +++ b/lisp/progmodes/dcl-mode.el @@ -71,6 +71,9 @@ ;;; Code: +(require 'tempo) + + ;;; *** Customization ***************************************************** @@ -1935,8 +1938,6 @@ section at the end of the current buffer." ;; standard Emacs. I would have liked something closer to the functionality ;; of LSE templates... - -(require 'tempo) (defvar dcl-tempo-tags nil "Tempo tags for DCL mode.") -- 2.30.2